
body {
    margin-top: 145px;
    transition: all 0.1s;
}

@media (max-width: 992px) {
    .checkout-sidebar ol li {
        list-style-position: inside;
    }
}


.splash-screen {
    opacity: 0.0;
    transition: all 0.3s;
}

.phone-code {
    display: none;
}

.phone-number {
    padding-left: 12px !important;
}

.hpanel > .panel-heading {
    font-weight: 200;
    font-size: 24px;
}

.btn-primary {
    transition: all 0.1s;
    background-color: #62cb31;
    border-color: #62cb31;
    color: #FFFFFF ;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: #74d348;
    border-color: #74d348;
    color: #FFFFFF ;
}

.header * {
    
}
.header {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 2000;
    color: #222;
    font-size: 1.25em;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
    transition: all 0.1s;
}
.lottery-header-logo-helper {
    line-height: 110px;
    float: left;
    margin: 0px 30px 0px 10px;
    max-height: 110px;
    transition: all 0.1s;
}
.lottery-header-logo {
    max-height: 95px;
    width: auto;
    vertical-align: middle;
    transition: all 0.1s;
}
.lottery-header-title {
    overflow: hidden;
    float: left;
    height: 90px;
    padding: 5px 0px;
    font-size: 36px;
    transition: all 0.1s;
}
.lottery-header-right {
    float: right;
    height: 0px;
    padding-top: 10px;
    text-align: center;
    transition: all 0.1s;
}
.lottery-header-order-button {
    font-weight: 700;
    overflow: hidden;
    transition: all 0.1s;
    width: 100%;
}

.countdown-wrapper {
    overflow: hidden;
    position: relative;
    height: 45px;
    transition: all 0.1s;
}
.countdown-wrapper .countdown-info {
    font-size: 0.9em;
}
.countdown-wrapper .countdown {
    font-weight: 900;
    color: #3498db;
    font-size: 1.1em;
}

.header-fixed {
    margin-top: 125px;
}
.header-fixed .lottery-header-logo-helper {
    line-height: 80px;
    margin: 0px 30px 0px 0px;
    max-height: 80px;
}
.header-fixed .lottery-header-logo {
    max-height: 70px;
}
.header-fixed .lottery-header-title {
    height: 58px;
    padding: 3px 0px;;
    font-size: 1.5em;
}

.header-fixed:not(.page-order):not(.page-order-copy) .countdown-wrapper {
    height: 0px;
    margin: 0px !important;
    width: 0px;
}
.countdown-wrapper.start-countdown-wrapper {
    width: auto !important;
    height: auto !important;
    margin-top: 25px !important;
}
.header-fixed.page-order .lottery-header-right,
.header-fixed.page-order-copy .lottery-header-right{
    padding-top: 15px;
}
.header-fixed:not(.page-order) .lottery-header-right,
.header-fixed:not(.page-order-copy) .lottery-header-right{
    padding-top: 17px;
}
.header-fixed.page-order .lottery-header-order-button,
.header-fixed.page-order-copy .lottery-header-order-button {
    position: relative;
    top: -200px;
}

@media (max-width: 1200px){
    .lottery-header-title {
        width: 100%;
        height: auto;
        margin: 0px 0px 15px;
        padding: 0px;
        text-align: center;
    }
    .header-fixed .lottery-header-title {
        height: 0px;
        padding: 0px;
        margin: 0px;
    }
}
@media (max-width: 992px){
    body {
        margin-top: 80px !important;
    }
    .lottery-header-logo-helper {
        line-height: 80px;
        margin: 0px !important;
        max-height: 80px;
    }
    .lottery-header-logo {
        max-height: 70px;
    }

    .countdown-wrapper {
        height: 0px;
        margin: 0px !important;
        width: 0px;
    }
    .lottery-header-right {
        padding-top: 17px;
    }
    .header-fixed.page-order .countdown-wrapper,
    .header-fixed.page-order-copy .countdown-wrapper{
        height: 45px;
        margin: 5px 0px -10px 0px;
        width: auto;
    }
    .header-fixed.page-order .lottery-header-right,
    .header-fixed.page-order-copy .lottery-header-right{
        padding-top: 15px;
    }
    .header-fixed .lottery-header-order-button {
        display: block;
        border-width: 1px;
        height: auto;
    }
}
@media (max-width: 870px){
    .lottery-header-right {
        margin-right: 50px;
    }
}
@media (max-width: 560px){
    .lottery-header-title {
        font-size: 1.25em !important;
    }
    .header-fixed .lottery-header-title {
        padding: 0px 0px !important;
    }
    .countdown-wrapper {
        letter-spacing: -1.2px;
    }
}
@media (max-width: 468px){
    .lottery-header-logo-helper {
        margin: 0px 10px 0px 0px;
    }
    .header-fixed .lottery-header-logo-helper {
        margin: 0px 10px 0px 0px;
    }
    .lottery-header-logo {
        max-height: 50px;
    }
    .header-fixed .lottery-header-logo {
        max-height: 50px;
    }
    .lottery-header-title {
        font-size: 1em !important;
    }
    .lottery-header-order-button {
        padding: 10px 5px;
        font-size: 0.9em;
    }
    .countdown-wrapper .countdown-info{
        padding-top: 7px;
    }
    .countdown-wrapper {
        font-size: 0.8em;
    }
}
@media (max-width: 360px){
    .lottery-header-order-button br.hidden {
        display: block !important;
    }
    .lottery-header-order-button i {
        display: none;
    }
    .lottery-header-order-button {
        line-height: 0.9em;
        padding: 5px 15px;
    }
}
@media (max-width: 380px){
    .countdown-wrapper {
        display: none;
    }
}
@media (max-width: 320px){
    .lottery-header-logo-helper {
        margin: 0px;
    }
    .lottery-header-order-button {
        padding: 5px 10px;
    }
}
@media (max-width: 290px){
    .lottery-header-order-button {
        display: none;
    }
}

.menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.menu-wrapper {
    border-top: 1px solid #ededed;
/*    margin-bottom: 20px;*/
    background: #fff;
}
.menu li {
    display: inline-block;
}
.menu li a {
    position: relative;
    display: inline-block;
    padding: 10px 15px 10px 40px;
    font-size: 1.0em;
}
.menu li + li {
    border-left: 1px solid #ededed;
}

.menu li a > i {
    font-size: 1.2em;
    position: absolute;
    top: 13px;
    left: 15px;
}
.menu li.active a {
    border-bottom: 3px solid #000;
}

#menu-toggle {
    position: absolute;
    top: 25px;
    right: 20px;
    display: none;
    width: 28px;
    height: 30px;
    margin: 0px auto 0px;
    padding-top: 9px;
    z-index: 2001;
}

#menu-toggle span:after,
#menu-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}
#menu-toggle span:after{
    top: 9px;
}
#menu-toggle span {
    position: relative;
    display: block;
}

#menu-toggle span,
#menu-toggle span:after,
#menu-toggle span:before {
    width: 100%;
    height: 5px;
    background-color: #222;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}

#menu-toggle.on span {
    background-color: transparent;
}
#menu-toggle.on span:before {
    transform: rotate(45deg) translate(5px, 5px);
}
#menu-toggle.on span:after {
    transform: rotate(-45deg) translate(7px, -8px);
}
#menu-toggle.on + #mobile-menu {
    opacity: 1;
    visibility: visible;
}

#mobile-menu {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 33%;
    min-width: 320px;
    height: calc(100vh);
    padding: 90px 25px 0px 25px;
    text-align: left;
    background: #FFF;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
    z-index: 1000;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
    overflow-y: scroll;
}
#mobile-menu::-webkit-scrollbar-button{ display: none; height: 13px; border-radius: 0px; background-color: #AAA; }
#mobile-menu::-webkit-scrollbar-button:hover{ background-color: #AAA; } 
#mobile-menu::-webkit-scrollbar-thumb{ background-color: #CCC; } 
#mobile-menu::-webkit-scrollbar-thumb:hover{ background-color: #CCC; } 
#mobile-menu::-webkit-scrollbar-track{ background-color: #efefef; } 
#mobile-menu::-webkit-scrollbar-track:hover{ background-color: #CCC; } 
#mobile-menu::-webkit-scrollbar{ width: 5px; }

#mobile-menu > ul {
    list-style: none;
    padding: 0px;
}
#mobile-menu > ul > li {
    text-align: left;
    padding: 0px;
    border-bottom: 1px solid #ededed;
}
#mobile-menu > ul > li > a {
    padding: 20px 0px;
    display: block;
}
#mobile-menu > ul > li > a > i {
    font-size: 2.0em;
    position: relative;
    top: 5px;
    margin-right: 10px;
}
#mobile-menu .splash-share {
    font-size: 0.9em;
}

@media (max-width: 992px){ 
    #menu-toggle {
        display: block;
    }
    .menu {
        display: none;
    }
}
@media (max-width: 560px){
    #mobile-menu {
        width: 100%;
        min-width: 100%;
    }
}
@media (max-width: 320px){
    #mobile-menu .splash-share {
        font-size: 0.7em;
    }
}

.splash-screen {
    position: relative;
    min-height: calc(100vh - 105px);
}
.splash-screen:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

    display: block;
  
    background: url('/themes/raffle/backgrounds/w1900/jake-givens-576.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.splash-cause {
    margin: 30px 0px 30px 0px;
    text-align: center;
    color: #222;
    font-size: 2em;
    font-weight: 900;
}
.splash-cause h2 {
    font-size: 2.0em;
    font-weight: 900;
}
.splash-inner {
    position: relative;
    padding: 0px;
    background: #fff;
    box-shadow: 0px 5px 30px rgba(0,0,0,0.75);
    margin: 90px auto 60px auto;
}

.splash-inner-slider .splash-inner-slide {
    position: absolute;
    width: 55.5%;
    height: 100%;
    padding: 0px;
    transition: all 0.3s;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.splash-inner-slider .splash-inner-slide {
    opacity: 0.0;
    z-index: 100;
    width: 650px;
    height: 500px;
    margin: 0px 0px 0px 0px;
}
.splash-inner-margin .splash-inner-slider .splash-inner-slide {
    margin: 10px 0px 0px 10px;
}
.splash-inner-slider .splash-inner-slide-cause {
    opacity: 1.0;
    z-index: 101;
}
.splash-inner-slider .splash-inner-caption {
    position: absolute;
    bottom: 10%;
    left: 0px;
    width: 100%;
    padding: 10px;
    color: #fff;
    background: rgba(0,0,0,0.1);
    font-weight: 900;
    font-size: 1.5em;
}
.splash-inner-slider .splash-inner-caption h4 {
    font-weight: 900;
    font-size: 1.5em;
}

.splash-inner-details {
    float: right;
    width: 480px;
    height: auto;
    min-height: 500px;
    padding: 0px 40px !important;
}
.splash-inner-margin .splash-inner-details {
    min-height: 520px;
}
.splash-inner-details-wrapper {
    padding: 10px 0px;
}
.splash-inner-details-prices {
    margin-bottom: 10px;
}

.splash-inner-slider .slider-navigation {
    position: absolute;
    bottom: 3%;
    left: 5%;
    z-index: 1000;
    list-style: none;
    padding: 0px;
    margin: 0px auto;
    display: block;
    text-align: center;
}
.splash-inner-margin .splash-inner-slider .slider-navigation {
    top: 3%;
    left: 2%;
    bottom: auto;
}
.splash-inner-slider .slider-navigation li {
    border: 1px solid rgba(0,0,0,0.6);
    background: rgba(0,0,0,0.0);
    border-radius: 20px;
    width: 15px;
    height: 15px;
    margin: 0px 5px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
}
.splash-inner-slider .slider-navigation li.active {
    background: rgba(0,0,0,0.6);
}

.prize-image-wrapper .prize-image-slider-navigation {
    position: absolute;
    top: 100%;
    z-index: 1000;
    list-style: none;
    padding: 0px;
    text-align: center;
    width: 100%;
}
.prize-image-wrapper .prize-image-slider-navigation li {
    border: 1px solid rgba(0,0,0,0.3);
    background: rgba(0,0,0,0.0);
    border-radius: 20px;
    width: 7px;
    height: 7px;
    margin: 0px 5px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
}
.prize-image-wrapper .prize-image-slider-navigation li.active {
    background: rgba(0,0,0,0.3);
}
@media screen and (max-width: 768px){
    .prize-listing-list .prize-image-wrapper {
        padding-bottom: calc(100% * 0.66);
    }
}

@media (max-width: 1200px){ 
    .splash-screen {
        position: relative;
        min-height: calc(100vh - 80px);
        padding-top: 100px;
    }
    .splash-inner-details {
        width: 380px;
        height: auto;
        min-height: 423px;
        padding: 0px 25px !important;
        /*padding-top: 10px !important;*/
    }
    .splash-inner-margin .splash-inner-details {
        min-height: 443px;
    }
    .splash-inner-slider .splash-inner-slide {
        width: 550px;
        height: 423px;
    }
}

@media (max-width: 992px){
    .splash-inner {
        /*background: #000;*/
    }
    .splash-inner-details {
        width: 320px;
        height: auto;
        min-height: 300px;
        /*background: #fff;*/
    }
    .splash-inner-margin .splash-inner-details {
        min-height: 320px;
    }
    .splash-inner-slider .splash-inner-slide {
        width: 390px;
        height: 300px;
    }
    .splash-inner-margin .splash-inner-slider .slider-navigation {
        top: 20px;
        left: 20px;
    }
    /*.splash-inner-slider .slider-navigation li {
        border: 1px solid rgba(255, 255, 255, 0.6);
    }
    .splash-inner-slider .slider-navigation li.active {
        background: rgba(255, 255, 255, 0.6);
    }*/
    .splash-inner-slider .splash-inner-caption {
        top: 300px;
        bottom: auto;
        color: #6a6c6f;
        background: rgba(255, 255, 255, 0.1);
    }
}

@media (max-width: 768px){ 
    .splash-inner {
        background: #fff;
    }
    .splash-inner-slider {
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom: calc(100% * 500 / 650);
    }
    .splash-inner-slider .splash-inner-slide {
        width: 100%;
        height: auto;
        padding-bottom: calc(100% * 500 / 650);
    }
    .splash-inner-margin .splash-inner-slider .splash-inner-slide {
        margin: 0px;
    }
    
    .splash-inner-details {
        float: none;
        width: 100%;
        height: auto;
        min-height: auto;
    }
    .splash-inner-margin .splash-inner-details {
        min-height: auto;
    }
    /*.splash-inner-slider .slider-navigation li {
        border: 1px solid rgba(0,0,0,0.6);
    }
    .splash-inner-slider .slider-navigation li.active {
        background: rgba(0,0,0,0.6);
    }*/
    .splash-inner-slider .splash-inner-caption {
        top: auto;
        bottom: 45px;
        color: #fff;
        background: rgba(0,0,0,0.1);
    }
}
@media (max-width: 560px){ 
    .splash-screen {
        padding-top: 50px;
    }
}
@media (max-width: 468px){ 
    .splash-cause {
        font-size: 6vmin;
    }
    .splash-inner-slider .splash-inner-caption {
        line-height: 1.1em;
        font-size: 14px;
        bottom: 30px;
    }
    .splash-inner-slider .slider-navigation li {
        width: 7px;
        height: 7px;
    }
}

.splash-share {
    width: 100%;
    margin: 10px auto;
    text-align: center;
}
.share-link {
    margin: 2px;
}
.share-link-facebook {
    background-color: #3b579d;
    color: #fff;
}
.share-link-facebook:hover, .share-link-facebook:focus {
    background-color: #364874;
    color: #fff;
}
.share-link-twitter {
    background-color: #000000;
    color: #fff;
}
.share-link-twitter:hover, .share-link-twitter:focus {
    background-color: #434343;
    color: #fff;
}
.share-link-twitter svg {
    margin-bottom: -2px;
    fill: #ffffff;
}
.share-link-link {
    background-color: #ffffff;
}
.share-link-anywhere-caption {
    display: none;
}

.splash-share td.text-center {
    width: 70px;
}

.jackpot-payout-container {
    margin-bottom: 10px;
}
.jackpot-info {
    text-align: center;
    font-size: 1.75em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
}
.jackpot-value {
    text-align: center;
    font-size: 3.5em;
    font-weight: 900;
    color: #62cb31;
}
.jackpot-payout-info {
    text-align: center;
    font-size: 1.75em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
}
.jackpot-payout {
    text-align: center;
    font-size: 3.5em;
    font-weight: 900;
    color: #62cb31;
    margin: -10px 0px -5px;
}
.jackpot-show-payout .jackpot-value {
    font-size: 3.0em;
    margin: -10px 0px -5px;
}
.container-raffle {
    margin-top: 30px;
    padding-top: 30px;
}

.page-title-bar {
    background-image: url(/themes/raffle/backgrounds/page-title-background.png) !important;
    min-height: 110px;
    padding-bottom: 10px;
}

.page-title-bar h1,
.page-title-bar h1 small {
    color: #fff;
}

.prize-sponsors p {
    font-size: 0.8em;
}

.checkout-sidebar h5 {
    font-weight: bold;
}

.faq {
    padding: 0px;
}
.faq li {
    margin-bottom: 20px;
}

.rules-of-play-wrapper {
    text-align: justify;
}
.rules-of-play-wrapper ol {
    list-style: none;
    padding-left: 0px;
}
.rules-of-play-wrapper ol li {
    margin-bottom: 3em;
}

.logic-container {
    border: 1px solid #eee;
    padding: 20px 20px 0px 20px;
    margin-bottom: 20px;
}

.logic-and {
    height: 42px;
    position: relative;
    /* top: -1px; */
}
.logic-or:before {
    content: "or";
}

.logic-and:before {
    content: "+";
    font-size: 2em;
    line-height: 0.6em;
    position: absolute;
    /* top: 30%; */
    left: 0px;
    text-align: center;
    width: 43px;
}
.logic-or, .logic-and {
    display: table;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin: -5px auto 15px auto;
    background: #333;
    width: 43px;
    padding: 11px 10px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #fff;
}

.form-group.required .control-label:after {
    content: "*";
}

/* 
  Gaming Bar formatting
*/
.gaming-bar-sask td:nth-child(1) {
    vertical-align: bottom;
}
.gaming-bar-sask td:nth-child(2) {
    width: 190px;
}
.gaming-bar-sask td:nth-child(3) {
    width: 170px;
}
@media (max-width: 560px) {
    .gaming-bar-sask td {
        display: block;
        width: 100% !important;
    }
}

#gamingbar a, #footer a:visited, #footer a:active {
    color:#ffffff; 
    text-decoration:none
}
#gamingbar a:hover {
    text-decoration:none;
    color:#FFF;
}

#gamingbar {
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    background-color: #000000;
    height: auto;
    margin-top: 1px;
    margin: 20px auto 20px auto;
}


#gamingbarwrap50, #gamingbarwraphome {
    margin-bottom: 3px;
    background-color: #ffffff;
    min-height: 24px;
    display: block;
    padding: 5px;
}



#gamingbar50-left {
    background-color: #FFFFFF;
    color: #000;
    font: 10px Arial, helvetica, sans-serif;
    text-align: center;
    line-height: 14px;
}

#gamingbar50-right {
    background-color: #FFFFFF;
    color: #000;
    font: 10px Arial, helvetica, sans-serif;
    text-align: center;
    line-height: 14px;
}


#gamingbar-left {
    background-color: #FFFFFF;
    color: #000;
    font: 10px Arial, helvetica, sans-serif;
    text-align: center;
    line-height: 14px;
}
#gamingbar-right {
    background-color: #FFFFFF;
    color: #000;
    font: 10px Arial, helvetica, sans-serif;
    text-align: center;
    line-height: 14px;
}

#gamingbar-help {
    background-color: #000000;
    float: left;
    font: 10px Arial, helvetica, sans-serif;
    color: white;
    text-align: left;
    font-weight: bold;
    line-height: 24px;
}

#gamingbar-centertagtopnarrow {
    background-color: #000000;
    float: none;
    font: 14px Arial, helvetica, sans-serif;
    color: white;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    display: none;
}


#gamingbar-centertag {
    background-color: #000000;
    /* float: left; */
    /* min-width: 100px; */
    width: 100%;
    font: 14px Arial, helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    color: white;
    /* margin-left: 3%; */
    text-align: center;
    margin: 8px 0px 5px 0px;
    line-height: 20px;
}

#gamingbar-tag {
    background-color: #000000;
    float: right;
    max-width: 20%;
    min-width: 20px;
    line-height: 24px;
    font: 14px Arial, helvetica, sans-serif;
    color: white;
    text-align: right;
}

#gamingbar-kyl{
    font: 14px Arial, helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    color: white;
}

#gamingbar-19plus{
    font: 12px Arial, helvetica, sans-serif;
    color: white;
    font-weight: bold;
    line-height: 24px;
}

#gamingbarbottomwrap {
    padding: 0px 5px 0px 5px;
}

@media all and (min-width: 560px)  {
    #gamingbar50-left, #gamingbar-left {
        float: left;
        width: 62%;
        text-align: left;
    }

    #gamingbar50-right, #gamingbar-right {
        float: right;
        max-width: 38%;
        text-align: right;
    }

}
